home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
pupworld.swf
/
scripts
/
DefineSprite_144
/
frame_19
/
DoAction.as
Wrap
Text File
|
2007-09-27
|
141b
|
12 lines
stop();
n = 0;
this.onEnterFrame = function()
{
n++;
if(n == 30)
{
delete this.onEnterFrame;
play();
}
};